home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / COM / TableCloth 2.0.sit / TableCloth 2.0 ƒ / Read Me next >
Text File  |  1996-07-14  |  5KB  |  96 lines

  1. TableCloth 2.0
  2. a spreadsheet to HTML table converter applet
  3.  
  4. co-authored by Ben Eloy (beloy@istore.com) and Robert Paige
  5. Note: Please send support requests and comments to Ben Eloy
  6. Script Tools 1.3.5 are copyright ゥ 1993-1995, Mark Alldritt;  All Rights Reserved
  7. speed modifications by Brad Hutchings at Hutchings Software Development (hsd@earthlink.net)
  8. user interface modifications by Dan Meriwether at Digital Internet Systems Consultants (DRM@Dis.org)
  9. functional modifications/beta testing by Paul Kerton (pak@patrol.i-way.co.uk)
  10.  
  11. Description
  12.  
  13. TableCloth is an AppleScript applet which converts tab-delimited text to HTML table format; because it converts simple ASCII text, it can convert files from a multitude of spreadsheet and database applications.  Users of Microsoftユs Excel, Clarisユ ClarisWorks, Lotusユ 1-2-3, and Clarisユ FileMaker Pro can all benefit from the easy table generation which TableCloth provides.
  14.  
  15. New in 2.0
  16.  
  17. ・ 4-5x speed improvement, thanks to Robert's new code base.
  18. ・ Support for multiple file conversions
  19. ・ Additional page generation options
  20. ・ TableCloth "Pro" and "Lite" (see below)
  21.  
  22. What's the difference betwen TableCloth Pro and TableCloth Lite?
  23.  
  24. TableCloth Pro will generate an entire HTML page, with title, heading, caption, and footer; TableCloth Lite will only create the very basic <TABLE> code. Those wishing to paste converted code into another HTML file should use Lite; those wishing to quickly convert a tab-delimited file to HTML should use Pro. Both are free; both are fast; both only use 200k of RAM.
  25.  
  26. Requirements (IMPORTANT!!!)
  27.  
  28. TableCloth requires AppleScript.  If you donユt have AppleScript, you can get it as part of Appleユs System 7.5 Upgrade kit, available from Apple (http://www.apple.com/).  
  29.  
  30. TableCloth also requires two of Mark Aldritt's ScriptTools OSAXen; they are NO LONGER INCLUDED in an effort to save disk space. If you have installed any version of TableCloth since version 1.4, you do not need to re-install ScriptTools. If you have not used TableCloth before, you need to download and install ScriptTools from the following WWW address:
  31.  
  32. http://hyperarchive.lcs.mit.edu/HyperArchive/Archive/dev/osa/script-tools-131-as.hqx
  33.  
  34.  
  35. Instructions
  36.  
  37. 1.    Create a database or spreadsheet in your program of choice.
  38. 2. Save your document as メtab delimitedモ or メASCII text.モ
  39. 3. Drag the converted, ASCII text document onto the TableCloth icon.
  40. 4. Follow the prompts and wait for TableCloth to process the files.
  41.  
  42. see the TableCloth webpage at:
  43.  
  44. http://pinky.istore.com/tc/
  45.  
  46. for additional information and the TableCloth manual.
  47.  
  48. Acknowledgments
  49.  
  50. Robert Paige, the master AppleScripter, managed to increase TableCloth's speed by 4-5 times. Thanks!
  51.  
  52. Paul Kerton has been invaluable in the 2.0 development effort; his suggestions and beta testing will not soon be forgotten.
  53.  
  54. I canユt thank Brad Hutchings at Hutchings Software Development (hsd@earthlink.net)
  55. enough; he took the time to tweak TableClothユs code so that it now processes at a much higher speed.  
  56.  
  57. I'd also like to thank Dan Meriwether for his user interface modifications; they've made TableCloth more pleasant to use.
  58.  
  59. Additional thanks to Mark Alldritt for permitting use of his ScriptTools OSAXen.
  60.  
  61. Emailware
  62.  
  63. If you like this applet, I ask only that you send me an email at this address:
  64.  
  65. beloy@istore.com
  66.  
  67. Please tell me what you like about the program and what youユd like to see in the future.  I promise to send notification of new versions and updates to anyone who registers.
  68.  
  69. The latest version of this applet can always be found on the TableCloth home page-
  70.  
  71. http://pinky.istore.com/tc/
  72.  
  73. Notice!
  74.  
  75. Please do not distribute modified copies of this applet.  If youユd like to include this applet with a program youユre distributing, please email me.  If you need to modify the applet for your personal use, thatユs fine.  You may distribute the applet as much as you like, so long as you include this ReadMe and do not modify the applet in any way.  Enjoy!
  76.  
  77. Copyright information for Script Tools:
  78.  
  79. Script Tools 1.3.x
  80. Copyright ゥ 1993-1995
  81. Mark Alldritt All Rights Reserved
  82.  
  83. ScriptTools is available via http at:
  84. http://hyperarchive.lcs.mit.edu/HyperArchive/Archive/dev/osa/script-tools-131-as.hqx
  85.  
  86. Revision History
  87. Version 2.0 - 4-5x speed increase, multiple file support, additional page generation options, "Pro" and "Lite" versions
  88. Version 1.6 - tweaked script; cleaned up documentation - first version to be included in "Creating Cool Webpages with PageMill"
  89. Version 1.5.2 - fixed nasty bug which caused execution failure -- the file creator code for BBEdit files was coded wrong!
  90.                                       thanks to Paul Brians (brians@wsu.edu)
  91. Version 1.5 - removed Progress Bar; user interface modifications by Dan Meriwether.
  92. Version 1.4 - removed save to clipboard, added save to file
  93. Version 1.3 - significant speed increase due to Brad Hutchingsユ (hsd@earthlink.net) modifications.
  94. Version 1.2 - third release; removed save to file; added save to clipboard; added default <TABLE>, <TR>, <TD> modifiers; added Progress Bar support; moved to Jon's Commands OSAX; tuned ReadMe.
  95. Version 1.1 - second release; added save to file, sped up, included OSAXen, added title, caption, and table centering options; released 27-28 December 1995.
  96. Version 1.0 - first incarnation, created 26 December 1995.